/****************************  首页样式 begin  ***************************/

/** 顶部banner图 */
.banner {
    /* height: 380px; */
    background-color: white;
    width: 100%;
    text-align: center;
}

.banner img {
    /* width: 100%;
    height: 100%;
    object-fit: fill; */
}

.pop-ad {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.pop-ad .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/****************************  首页样式 end  ***************************/

.index_hot {
    background-color: #fff;
    padding: 20px 60px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 8px;
}

.index_hot .position {
    position: absolute;
    background-color: #D6393A;
    color: #FFFFFF;
    font-size: 26px;
    left: -40px;
    top: 15px;
    width: 150px;
    text-align: center;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.index_hot .position2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ff0000;
    width: 56px;
    display: flex;
    display: -webkit-flex;
    /*align-items: center;*/
    /*padding: 30px 0 5px;*/
    justify-content: center;
    align-items: center;
}

.index_hot .more {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
}

.index_hot .more a {
    font-size: 13px;
    color: #999999;
    display: block;
    width: 13px;
    line-height: 17px;
}

.index_hot .more a:hover {
    text-decoration: none;
}

.index_hot .title {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.index_hot .title a {
    font-size: 30px;
    /*color: var(--theme-color);*/
    color: #305798;
    font-weight: bold;
}

.index_hot .news_list {
    /*box-sizing: border-box;*/
    /*padding: 0 10px 0 10px;*/
    /*!*margin-top: 20px;*!*/
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*flex-flow: wrap;*/
    /*justify-content: center;*/
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.index_hot .news_list span {
    margin-right: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.index_hot .news_list span a {
    color: #333333;
    font-size: 14px;
}

.index_hot2 {
    background-color: #fff;
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 8px;
}

.news-list2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
}

.news-list2 .toutiao2-title {
    width: calc((100% - 60px) / 3);
    font-size: 16px;
    /*font-weight: bold;*/
    margin-right: 30px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list2 .toutiao2-title:nth-child(n+4) {
    margin-top: 16px;
    /*font-size: 14px;*/
    /*font-weight: normal;*/
}

.news-list2 .toutiao2-title:nth-child(3n) {
    margin-right: 0;
}

.index_hot_2 {
    padding: 10px 50px 10px 40px;
}

.index_hot_2 .news_list {
    padding: 0;
    margin-top: 0;
}

.index_hot_2 .news_list span a {
    color: #184570;
}

.index_hot_2 .news_list span i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #184570;
}


.fixed-pop-img-l {
    position: fixed;
    width: 111px;
    left: 5px;
    top: 230px;
    z-index: 9998;
}

.fixed-pop-img-l .a1 {
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-pop-img-l .close_1 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.fixed-pop-img-r {
    position: fixed;
    width: 111px;
    right: 5px;
    top: 230px;
    z-index: 9998;
}

.fixed-pop-img-r .a1 {
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-pop-img-r .close_2 {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.image_list {
    margin-top: 15px;
    position: relative;
}


.image_list .img a {
    display: block;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.image_list .img a:hover {
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.image_list .img img {
    width: 100%;
    height: 60px;
}

.image_list .img_2 {
    margin-top: 5px;
    width: 100%;
    list-style: none;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    /* margin-bottom: 10px; */
}

.image_list .img_2 a {
    /*width: calc((100% - 18px) / 4);*/
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

.image_list .img_3 {
    margin-top: 10px;
}

.image_list .img_3 img {
    height: 46px;
    width: 498px;
}

.image_list .img_3 a {
    margin-bottom: 5px;
}

.image_list .img_2 a {
    margin-right: 6px;
}

.image_list .img_2 a:last-child {
    margin-right: 0;
}

.image_list .img_3 a {
    margin-right: 4px;
}

.image_list .img_3 a:nth-child(2n) {
    margin-right: 0;
}

.image_list .img_4 {
    width: 100%;
    list-style: none;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*align-content: space-between;*/
    /* margin-bottom: 10px; */
}

.image_list .img_4 img {
    width: 597px;
}
.image_list .img_4 a:nth-child(2n) {
    margin-left: 6px;
}
.image_list .img_4 a {
    margin-top: 10px;
}

.index_box .left {
    width: 664px;
    height: 425px;
}

.index_box .left .tips {
    margin-top: 7px;
    display: flex;
    display: -webkit-flex;
}

.index_box .left .tips em {
    color: #9E2222;
    font-size: 15px;
}

.index_box .left .tips a {
    color: #333333;
    font-size: 15px;
}

/*.index_box .left .swiper-slide img {*/
/*    width: 100%;*/
/*    height: 496px;*/
/*}*/

/*.index_box .left .swiper-slide {*/
/*    position: relative;*/
/*}*/

/*.index_box .left .swiper-slide .text {*/
/*    position: absolute;*/
/*    height: 69px;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    width: 100%;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    line-height: 69px;*/
/*    font-weight: normal;*/
/*}*/

/*.index_box .left .swiper-slide .text .t {*/
/*    color: #FFFFFF;*/
/*    font-size: 20px;*/
/*    !* text-align: center; *!*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    padding-left: 120px;*/
/*}*/

/*.index_box .left .swiper-pagination {*/
/*    text-align: left;*/
/*    padding-right: 10px;*/
/*    box-sizing: border-box;*/
/*    bottom: 7px !important;*/
/*    color: #FFFFFF;*/
/*    height: 69px;*/
/*    line-height: 69px;*/
/*    bottom: 0 !important;*/
/*    box-sizing: border-box;*/
/*    padding-left: 30px;*/
/*    font-size: 28px;*/
/*    font-style: italic;*/
/*}*/

/*.index_box .left .swiper-pagination-total {*/
/*    font-style: italic;*/
/*}*/

/*.index_box .left .swiper-pagination-current {*/
/*    color: #FF0000;*/
/*    font-style: italic;*/
/*}*/

/*.index_box .left .swiper-pagination2 {*/
/*    text-align: right;*/
/*}*/

/*.index_box .left .swiper-pagination-bullet {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    opacity: .6;*/
/*    background-color: #FFFFFF;*/
/*}*/

/*.index_box .left .swiper-pagination-bullet-active {*/
/*    background-color: #FF0000;*/
/*    opacity: 1;*/
/*}*/

.index_box .image .imgs {
    background-color: #D4ECF6;
    margin-right: 5px;
    display: inline-flex;
}

.index_box .image .imgs:last-child {
    margin-right: 0;
}

.index_box .image .imgs img {
    width: 162px;
    height: 110px;
}

.index_box .image .text {
    color: #000000;
    font-size: 12px;
    /* width: 72px; */
    text-align: center;
    /* margin-top: 15px; */
    padding: 5px 0;
}

.index_box .news-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.index_box .box {
    padding: 13px 20px 15px 20px;
    background-color: #ffffff;
    border-radius: 8px;
}

.index_box .box .title {
    position: relative;
    height: 32px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 20px;
}

.index_box .box .title .name {
    font-size: 24px;
    height: 32px;
    /*line-height: 32px;*/
    box-sizing: border-box;
    /*padding-left: 10px;*/
    /* color: #FFFFFF; */
    /*color: #003f8a;*/
    font-weight: bold;
    color: #000000;
    /*border-bottom: #D13A28 3.5px solid;*/
    /*margin-bottom: -1px;*/
    /*border-left: #003f8a 3.5px solid;*/
}

.index_box .box .title .more {
    /* margin-top: 10px; */
    position: absolute;
    right: 0;
    /*bottom: 6px;*/
}

.index_box .box .title .more a {
    color: #333333;
    font-size: 14px;
}

.index_box .box .title .more img {
    vertical-align: -1px;
    margin-left: 5px;
}

.index_box .box ul {
}

.index_box .box ul li {
    margin-bottom: 12px;
    display: flex;
    display: -webkit-flex;
}

.index_box .box ul li:last-child {
    margin-bottom: 0;
}

.index_box .box ul li a {
    color: #333333;
    font-size: 15px;
    display: block;
    width: 100%;
    position: relative;
}

.index_box .box ul li .flex-width {
    flex: 1;
    padding-right: 10px;
}


.index_box .box_2 .title {
    border-bottom: 1px solid #DDDDDD;
}

.index_box .box_2 .title .name {
    padding-left: 0;
    line-height: unset;
    font-size: unset;
    font-weight: unset;
    border-bottom: unset;
    margin-bottom: unset;
}

.index_box .box_2 .hot {
    margin: 5px 0;
}

.index_box .box_2 .hot a {
    color: #9E2222;
    font-size: 20px;
    width: 100%;
    display: block;
}

.index-box-row {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 585px !important;
}

.half-width ul {
    background: #fff;
    padding: 15px 20px;
}

.half-width.right {
    margin-left: 30px;
}

.cols3 .col-left {
    width: 388px !important;
}

.cols3 .col-center {
    width: 388px !important;
    margin-left: 18px;
}

.cols3 .col-right {
    width: 388px !important;
    margin-left: 18px;
}


.index-box-row .swiper-wrap {
    width: 100%;
    height: 100%;
}

.index-box-row .swiper-wrap .swiper-slide {
    position: relative;
}

.index-box-row .swiper-wrap .swiper-slide img {
    width: 700px;
    height: 448px;
}

.index-box-row .swiper-wrap .swiper-slide .text {
    position: absolute;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 60px;
    font-weight: normal;
    /*border-bottom-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
}

.index-box-row .swiper-wrap .text .t {
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 100px;
}

.index-box-row .swiper-wrap .swiper-pagination {
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
    bottom: 5px !important;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    bottom: 0 !important;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 25px;
    font-style: italic;
}

.index-box-row .swiper-wrap .swiper-pagination-total {
    font-style: italic;
}

.index-box-row .swiper-wrap .swiper-pagination-current {
    color: #FF0000;
    font-style: italic;
}

.index-box-row .swiper-wrap .swiper-pagination2 {
    text-align: right;
    margin-bottom: 5px;
}

.index-box-row .swiper-wrap .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .7;
    background-color: #fff;
    border-radius: 0;
    /*margin: 0 5px;*/
}

.index-box-row .swiper-wrap .swiper-pagination-bullet-active {
    background-color: #FF0000;
    opacity: 1;
}

.index-box-row .swiper-wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    border-radius: 50%;
}

.index_box .jzh-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
}

.index_box .jzh-wrap .jzh-item {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 7px 0;
}

.index_box .jzh-wrap .jzh-item:nth-child(even) {
    padding-left: 10px;
}

.index_box .jzh-wrap .jzh-item .item-wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.index_box .jzh-wrap .jzh-item .icon {
    width: 65px;
    height: 65px;
}

.index_box .jzh-wrap .jzh-item .name {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    line-height: 23px;
    margin-left: 12px;
}


/*.index_box2 {*/
/*    margin-top: 0px;*/
/*    margin-bottom: 0px;*/
/*}*/

/*.index_box2 ul li {*/
/*    width: 327px;*/
/*    box-sizing: border-box;*/
/*    border: 1px solid #1BAADC;*/
/*    margin-right: 9px;*/
/*    margin-top: 20px;*/
/*    !* height: 143px; *!*/
/*    min-height: 143px;*/
/*}*/

/*.index_box2 ul li:nth-child(3n) {*/
/*    margin-right: 0;*/
/*}*/

/*.index_box2 ul li .title {*/
/*    text-align: center;*/
/*    font-size: 23px;*/
/*    color: #FFFFFF;*/
/*    background-color: #1BAADC;*/
/*    height: 42px;*/
/*    !* line-height: 50px; *!*/
/*    position: relative;*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.index_box2 ul li .title .more {*/
/*    background: url(../img/icon/more_bg.png) center no-repeat;*/
/*    width: 76px;*/
/*    height: 28px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*}*/

/*.index_box2 ul li .title .more a {*/
/*    font-size: 12px;*/
/*    box-sizing: border-box;*/
/*    padding-left: 20px;*/
/*    display: block;*/
/*    line-height: 28px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.index_box2 ul li .title img {*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    margin-right: 6px;*/
/*}*/

/*.index_box2 ul li dl {*/
/*    padding: 10px 0 5px 0;*/
/*}*/

/*.index_box2 ul li dl dd {*/
/*    margin-bottom: 7px;*/
/*}*/

/*.index_box2 ul li dl dd a {*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #333333;*/
/*    font-size: 15px;*/
/*    padding-left: 11px;*/
/*}*/

/*.index_box2 ul li .image {*/
/*    text-align: center;*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    padding: 10px 20px;*/
/*    justify-content: center;*/
/*}*/

/*.index_box2 ul li .image .box {*/
/*    flex: 1;*/
/*    margin-left: 5px;*/
/*}*/

/*.index_box2 ul li .image .box img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/

/*.index_box2 ul li .image .box p {*/
/*    color: #333333;*/
/*    font-size: 13px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    max-width: 70px;*/
/*    !* margin-top: 5px; *!*/
/*    !* margin-left: 2px; *!*/
/*    !* margin-right: 6px; *!*/
/*    !* text-align: center; *!*/
/*    margin: 5px auto 0 auto;*/
/*}*/

.index_box .box_2 .title .more {
    /* margin-top: 0px; */
    position: absolute;
    bottom: 6px;
    right: 0;
}

/*.index_box2 ul li .image .box a {*/
/*    text-decoration: none;*/
/*}*/

/*.index_box2 ul li .text {*/
/*    padding: 10px;*/
/*}*/

/*.index_box2 ul li .text .t {*/
/*    font-size: 15px;*/
/*    color: #333333;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*    overflow: hidden;*/
/*}*/

/*.index_box2 ul li .text .txtov {*/
/*    font-size: 15px;*/
/*    color: #1BAADC;*/
/*    margin-top: 10px;*/
/*    !* display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*    white-space: break-spaces; *!*/
/*}*/

/*.index_box3 {*/
/*    margin-top: 20px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.index_box3 .title {*/
/*    border-bottom: 1px solid #1BAADC;*/
/*}*/

/*.index_box3 .title .name {*/
/*    background: url(../img/icon/title_icon.png) center no-repeat;*/
/*    width: 125px;*/
/*    height: 36px;*/
/*    box-sizing: border-box;*/
/*    padding-left: 20px;*/
/*    color: #FFFFFF;*/
/*    font-size: 20px;*/
/*    border-bottom: 1px solid #1BAADC;*/
/*}*/

/*.index_box3 .roll {*/
/*    margin-top: 20px;*/
/*}*/

/*.index_box3 .roll .picMarquee-left {*/
/*    width: 1200px;*/
/*    overflow: hidden;*/
/*}*/

/*.index_box3 .roll .picMarquee-left .bd ul li {*/
/*    margin-right: 10px;*/
/*}*/

/*.index_box3 .roll .picMarquee-left .bd ul li img {*/
/*    width: 158px;*/
/*    height: 208px;*/
/*}*/


.video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 20px;
    left: 0;
    font-size: 55px;
}

/** 精品节目 */
.jpjm-wrap {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}

.jpjm-wrap .item {
    width: 228px;
    background: #F7F7F7;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-left: 15px;
}

.jpjm-wrap .item:first-child {
    margin-left: 0;
}

.jpjm-wrap .item img {
    width: 100%;
    height: 108px;
    /*object-fit: cover;*/
}

.jpjm-wrap .item .name {
    font-weight: bold;
    margin: 5px 8px 0;
    font-size: 13px;
    color: #222222;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jpjm-wrap .item .desc {
    margin: 5px 8px 8px;
    font-size: 13px;
    color: #222222;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px; /** ie等其他浏览器上限制高度 */
}

/** 主持人风采 */
.anchor-wrap {
    padding: 10px 0 0;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}

.anchor-wrap .item {
    width: 156px;
    height: 225px;
    /*object-fit: cover;*/
    margin-left: 8px;
    cursor: pointer;
}

.anchor-wrap .item:first-child {
    margin-left: 0;
}

/** 公益广告 */
.gygg-wrap {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}

.gygg-wrap .item {
    width: 187.5px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

.gygg-wrap .item:first-child {
    margin-left: 0;
}

.gygg-wrap .item .cover {
    width: 100%;
    height: 105px;
    /*object-fit: cover;*/
}

.gygg-wrap .item .play-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: 23.5px;
}

.gygg-wrap .item .name {
    margin: 6px 2px 0;
    font-size: 13px;
    color: #222222;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/** 专题 */
.zhuanti-wrap {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    overflow: hidden;
}

.zhuanti-wrap .item {
    width: 187.5px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

.zhuanti-wrap .item:first-child {
    margin-left: 0;
}

.zhuanti-wrap .item .cover {
    width: 100%;
    height: 105px;
    /*object-fit: cover;*/
}

.zhuanti-wrap .item .name {
    margin: 6px 2px 0;
    font-size: 13px;
    color: #222222;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/****************************  视频样式 begin  ***************************/

.video_m {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    height: 484px;
    padding: 30px 0 30px 30px;
    background: black;
    position: relative;
}

.video_m .video_area {
    flex-grow: 1;
    height: 100%;
}

.video_m .video_list {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    margin-left: 25px;
}

.video_m .video_list ul {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    box-sizing: border-box;
    /*margin: 20px 0;*/
    overflow-y: scroll;
}

.video_m .video_list ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0;
    height: 0;
}

.video_m .video_list ul li {
    padding: 1px 10px;
    width: 375px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1px;
}

.video_m .video_list ul li a {
    color: #FFFFFF;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/** 播放器右侧列表选中与悬停样式 */
.video_m .video_list ul li:hover,
.video_m .video_list ul li.on {
    background: linear-gradient(270deg, rgba(183, 44, 61, 0) 0%, #BF0716 100%);
}

.video_content {
    margin-top: 12.5px;
}

.video_content .list_l {
    width: 100%;
    margin-top: 15px;
}

.video_content .list .title {
    border-bottom: 1px solid #E4E4E4;
}

.video_content .list .title .name {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #222222;
    border-bottom: #BF0716 solid 3px;
}

.video_content .list .title .more {
    margin-top: 10px;
}

.video_content .list .title .more a {
    color: #333;
    font-size: 14px;
}

.video_content .list .title .more a img {
    margin-left: 8px;
}

.video_content .list ul {
    margin-top: 20px;
}

.video_content .list ul li {
    margin-right: 15px;
    width: 228px;
    margin-bottom: 20px;
}

.video_content .list_l ul li:nth-child(5n) {
    margin-right: 0;
}

.video_content .list ul li .img {
    width: 100%;
    height: 128px;
    position: relative;
}

.video_content .list ul li .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.video_content .list ul li .img .time {
    font-size: 12px;
    color: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    right: 4px;
    bottom: 5px;
    padding: 0 2px;
}

.video_content .list ul li .t {
    color: #444;
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****************************  视频样式 end  ***************************/

/****************************  视频更多样式 begin  ***************************/

.video_more {
    margin-top: 20px;
}

.video_more .list .title .name i {
    position: absolute;
    height: 2px;
    width: 66px;
    background-color: #A02324;
    left: 0;
    bottom: -1px;
}


.video_more .list ul li {
    margin-right: 24px;
    width: 384px;
    margin-bottom: 20px;
}

.video_more .list ul li:nth-child(3n) {
    margin-right: 0;
}

.video_more .list_l ul li:nth-child(3n) {
    margin-right: 0;
}

.video_more .list_r ul li:nth-child(2n) {
    margin-right: 0;
}

.video_more .list ul li .img {
    width: 100%;
    height: 216px;
    position: relative;
}

.video_more .list ul li .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.video_more .list ul li .img .time {
    font-size: 13px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 4px;
    bottom: 5px;
    padding: 0 2px;
}

.video_more .list ul li .t {
    font-size: 25px;
    height: 30px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/****************************  视频更多样式 end  ***************************/


.txtScroll-top {
    overflow: hidden;
    position: relative;
    padding-right: 10px;
    /* border: 1px solid #ccc; */
}

.txtScroll-top .bd {
    /* padding: 15px; */
}

.txtScroll-top .infoList li {
    height: 24px;
    line-height: 24px;
}

.txtScroll-top .infoList li .date {
    float: right;
    color: #999;
}

.news-index-content {
    margin-top: 40px;
    margin-bottom: 20px;
}

.news-index-content ul li {
    width: 575px;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 20px;
    /* height: 186px; */
}

.news-index-content ul li:nth-child(2n) {
    margin-right: 0;
}

.news-index-content ul li .title {
    border-bottom: #666666 1px dashed;
    display: block;
    padding-bottom: 8px;
    position: relative;
}

.news-index-content ul li .title .city {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    border-bottom: #A02324 2px solid;
    padding-bottom: 8px;
}

.news-index-content ul li .title .category {
    background: #A02324;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 0 5px 0 5px;
    position: absolute;
    margin-left: 8px;
}

.news-index-content ul li .title .more {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.news-index-content ul li .title .more a {
    font-size: 12px;
    color: #666666;
    vertical-align: -webkit-baseline-middle;
}

.news-index-content ul li dl {
    padding: 12px 0 0 0;
}

.news-index-content ul li dl dd {
    margin-bottom: 7px;
}

.news-index-content ul li dl dd a {
    display: block;
    /* width: 394px; */
    color: #333333;
    font-size: 15px;
}

.news-index-content .tuji-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    /*row-gap: 8px;*/ /** ie 不支持 */
    padding: 10px 0;
}

.news-index-content .tuji-wrap .item {
    width: 185px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news-index-content .tuji-wrap .item:nth-child(3n) {
    margin-right: 0;
}

/****************************  电视样式 start  ***************************/
.television_list {
    margin-top: 32px;
}

.television_list .title {
    border-bottom: 1px solid #E4E4E4;
}

.television_list .title .name {
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #222222;
    border-bottom: #BF0716 solid 3px;
}

.television_list .title .name span:first-child {
    width: 63px;
    height: 32px;
    border-bottom: 2px solid #D13A28;
    line-height: 32px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.television_list .title .name .bg {
    background: url(../img/icon/television_list.png) center no-repeat;
    width: 73px;
    height: 32px;
    display: inline-block;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 32px;
    margin-left: -5px;
}

.television_list .title .more {
    margin-top: 10px;
}

.television_list .title .more a {
    color: #333;
    font-size: 14px;
}

.television_list .title .more a img {
    margin-left: 8px;
}

.television_list ul {
    margin-top: 20px;
}

.television_list ul li {
    width: 273px;
    margin-right: 25px;
    margin-bottom: 20px;
}

/** 设置列表最右侧无margin值 */
.television_list ul li:nth-child(4n) {
    margin-right: 0;
}

.television_list ul li .img {
    position: relative;
    width: 100%;
    height: 155px;
}

.television_list ul li .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.television_list ul li .img .time {
    position: absolute;
    right: 7px;
    bottom: 7px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 5px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.television_list ul li .t {
    color: #444;
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
    text-overflow: ellipsis;
}

/****************************  电视样式 end  ***************************/

/****************************  广播样式 start  ***************************/
.broadcast_list {
    margin-top: 32px;
}

.broadcast_list .title {
    border-bottom: 1px dashed #DFDFDF;
}

.broadcast_list .title .name {
    font-size: 23px;
    position: relative;
    padding-bottom: 10px;
    color: #D13A28;
}

.broadcast_list .title .name span:first-child {
    width: 63px;
    height: 32px;
    border-bottom: 2px solid #D13A28;
    line-height: 32px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.broadcast_list .title .name .bg {
    background: url(../img/icon/television_list.png) center no-repeat;
    width: 73px;
    height: 32px;
    display: inline-block;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 8px;
    line-height: 32px;
    margin-left: -5px;
}

.broadcast_list .title .more {
    margin-top: 10px;
}

.broadcast_list .title .more a {
    color: #666666;
    font-size: 12px;
}

.broadcast_list .title .more a img {
    margin-left: 8px;
}

.broadcast_list ul {
    margin-top: 37px;
}

.broadcast_list ul li {
    width: 234px;
    margin-right: 21px;
    margin-bottom: 47px;
}

/** 设置列表最右侧无margin值 */
.broadcast_list ul li:nth-child(4n) {
    margin-right: 0;
}

.broadcast_list ul li .img {
    position: relative;
    width: 100%;
    height: 134px;
}

.broadcast_list ul li .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.broadcast_list ul li .img .time {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 13px;
    color: #FFFFFF;
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
}

.broadcast_list ul li .t {
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    text-overflow: ellipsis;
}

/****************************  广播样式 end  ***************************/

.botm-banner-box {
    margin-top: 20px;
}

.botm-banner-box ul li img {
    width: 1200px;
    height: 80px;
}

.news_release {
    margin-top: 15px;
}

.news_release .box {
    margin-top: 20px;
}

.news_release .box .left {
    width: 220px;
}

.news_release .box .left .image {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #D3D3D3;
    padding: 8px 20px;
    height: 330px;
}

.news_release .box .left .image .t {
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_release .box .left .image .img {
    width: 162px;
    height: 192px;
    margin: 0 auto;
}

.news_release .box .left .image .img img {
    width: 100%;
    height: 100%;
}

.news_release .box .left .image .t2 {
    color: #000000;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}

.news_release .box .left .image .t3 {
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
}

.news_release .box .left .image a:hover {
    text-decoration: none;
}

.news_release .box .left .tel {
    margin-top: 20px;
}

.news_release .box .center {
    margin-left: 20px;
    width: 423px;
}

.news_release .box .center .video .t {
    color: #123993;
    font-size: 16px;
    margin-bottom: 9px;
    text-align: center;
}

.news_release .box .center .video .img {
    width: 423px;
    height: 302px;
    position: relative;
}

.news_release .box .center .video .img i {
    position: absolute;
    display: inline-block;
    background: url(../img/icon/video.png) center no-repeat;
    background-size: 60px;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news_release .box .center .video .img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.news_release .title_n {
    border-bottom: 1px dashed #666666;
}

.news_release .title_n .name {
    color: #000000;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;
}

.news_release .title_n .name i {
    display: inline-block;
    position: absolute;
    width: 36px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #A02324;
}

.news_release .title_n .more {
    margin-top: 8px;
}

.news_release .title_n .more a {
    color: #666666;
    font-size: 12px;
}

.news_release .title_n .more img {
    vertical-align: 0px;
    margin-left: 5px;
}

.news_release .list {
    margin-top: 20px;
}

.news_release .list ul {
    margin-top: 8px;
}

.news_release .center .list ul {
    min-height: 125px;
}

.news_release .list ul li {
    margin-bottom: 8px;
}

.news_release .list ul li a {
    color: #333333;
    font-size: 15px;
}

.news_release .right {
    width: 324px;
    margin-left: 12px;
}

.news_release .right .list ul {
    margin-top: 20px;
    min-height: 280px;
}

.news_release .right .list ul li {
    margin-bottom: 8px;
}

.news_release .right .download {
    margin-top: 20px;
}

.news_release .right .download a {
    display: table;
    color: #FFFFFF;
    font-size: 24px;
    box-sizing: border-box;
    background-color: #3063AE;
    text-align: center;
    width: 324px;
    height: 146px;
    margin: 0 auto;
}

.news_release .right .download .middle {
    display: table-cell;
    vertical-align: middle;
}

.news_release .right .download .middle p {
    margin-top: 10px;
}

.bianmin-img {
    width: 72px;
    height: 72px;
    object-fit: fill;
}

.home-qrcode-banner {
    margin-top: 30px;
}

.host-item {
    position: relative;
}

.host-name {
    height: 28px;
    width: 158px;
    padding: 0 2px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #fff;
    margin-top: -28px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/****************************  分页样式 begin  ***************************/

.page-pagination {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #A1A1A1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1BAADC;
    border-color: #1BAADC;
    border-radius: 4px;
}

/****************************  分页样式 end  ***************************/


.leaders-top-news-wrap {
    width: 720px;
    border-bottom: 1px dashed #bebebe;
    padding-bottom: 10px;
}

.leaders-top-news-title {
    font-size: 26px;
    font-weight: 600;
    color: #055287;
    line-height: 37px;
    height: 37px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.leaders-top-news-content {
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-leaders-wrap {
    /*width: 440px;*/
    /*margin-left: 40px;*/
}

.index-leaders-wrap .title {
    color: #c01410;
    font-size: 18px;
    font-weight: 400;
}

.index-leaders-wrap .top-line {
    position: relative;
    margin-top: 20px;
}

.index-leaders-wrap .top-line .header {
    width: 75px;
    font-size: 14px;
    color: #939393;
    position: absolute;
    height: 20px;
    left: 64px;
    top: -16px;
    background: #fff;
    text-align: center;
}

.index-leaders-wrap .top-line hr {
    height: 1px;
    width: 100%;
    background: #c01410;
    border: none;
}

.index-leaders-wrap .banner-wrap {
    /*margin-top: 20px;*/
    height: 85px;
    position: relative;
    display: inline-flex;
}

.index-leaders-wrap .banner-wrap .banner-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    width: 190px;
    cursor: pointer;
    background-color: white;
    border-radius: 8px;
}

.index-leaders-wrap .banner-wrap .banner-item img {
    width: 85px;
    height: 85px;
}

.index-leaders-wrap .banner-wrap .banner-item .banner-des-wrap {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #444444;
"
}

.index-leaders-wrap .banner-wrap .banner-item .banner-des-wrap .leader-name {
    font-size: 15px;
    color: #111100;
    font-weight: bold;
    margin-bottom: 5px;
}

.index_box .box ul li a.cols3-top-news {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.index_box .box ul li a.cols3-top-news img {
    width: 100%;
    height: 210px;
    /*object-fit: cover;*/
}

.index_box .box ul li a.cols3-top-news span {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_box .box ul li a.focus {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.index_box .box ul li .date {
    color: #AAAAAA;
    font-size: 14px;
}

.index-videos-banner {
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.index-videos-banner .video-item {
    width: 187px;
    height: 110px;
    position: relative;
    margin-left: 6px;
    cursor: pointer;
}

.index-videos-banner .video-item:first-child {
    margin-left: 0;
}

.index-videos-banner .video-item img {
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
}

.index-videos-banner .video-item .title-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /*background: #000000;*/
    /*height: 20px;*/
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-indent: 5px;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-videos-list ul li {
    background: url(../img/icon/video-gray.png) no-repeat left center;
}

.index-videos-list ul li a {
    padding-left: 26px;
}


#indexFocusableColumnWrap {
    width: 100%;
}

#indexFocusableColumnWrap .hd {
    /*line-height: 35px;*/
}

#indexFocusableColumnWrap .hd ul {
    position: relative;
}

#indexFocusableColumnWrap .hd ul li {
    float: left;
    color: #555555;
    font-size: 18px;
    margin-right: 40px;
    cursor: pointer;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}

#indexFocusableColumnWrap .hd ul li.on {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.index_box .
.index-chizhouribao-wrap {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin-top: 10px;
    height: 260px;
    overflow: hidden;
}

.index-chizhouribao-wrap img {
    width: 100%;
    position: absolute;
    height: max-content;
}


.index_box .broadcast-tv-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    margin-top: 10px;
}

.index_box .broadcast-tv-wrap .item {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.index_box .broadcast-tv-wrap .item .cover {
    width: 190px;
    height: 98px;
    /*object-fit: cover;*/
}

.index_box .broadcast-tv-wrap .item .name {
    font-size: 16px;
    color: #222222;
    margin-top: 5px;
}

.index_box .broadcast-tv-wrap .item:nth-child(even) {
    padding-left: 15px;
}

.index_box .broadcast-tv-wrap .item:nth-child(n+3) {
    margin-top: 15px;
}

.index-nine-grid-wrap {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    /*margin-top: 10px;*/
}

.index-nine-grid-wrap .grid-item {
    width: 393px;
    box-sizing: border-box;
    border: 1px solid #F2EFED;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 210px;
}

.index-nine-grid-wrap .grid-item:nth-child(3n) {
    margin-right: 0;
}

.index-nine-grid-wrap .grid-item .title-line {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #1BAADC;
    height: 42px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.index-nine-grid-wrap .grid-item .title-line .icon {
    width: 28px;
    object-fit: contain;
    margin-right: 10px;
}

.index-nine-grid-wrap .grid-item .title-line .more {
    width: 60px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.index-nine-grid-wrap .grid-item ul {
    padding: 3px 12px;
}

.index-nine-grid-wrap .grid-item .info-grid {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    margin: 10px 20px 0 20px;
}

.index-nine-grid-wrap .grid-item .info-grid .info-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    width: 87px;
    /*margin-right: 10px;*/
}

.index-nine-grid-wrap .grid-item .info-grid .info-item:nth-child(n+5) {
    margin-top: 12px;
}

/*.index-nine-grid-wrap .grid-item .info-grid .info-item:nth-child(4n) {*/
/*    margin-right: 0;*/
/*}*/
.index-nine-grid-wrap .grid-item .info-grid .info-item img {
    width: 46px;
    height: 46px;
}

.index-nine-grid-wrap .grid-item .info-grid .info-item span {
    color: #333333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 4px auto 0 auto;
}


/** 自动滚动公益广告 */
.roll-gygg-wrap {
}

.roll-gygg-wrap .picMarquee-left {
    width: 1200px;
    overflow: hidden;
}

.roll-gygg-wrap .gygg-item {
    width: 187.5px;
    height: 250px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    float: left;
}

.roll-gygg-wrap .gygg-item .img-cover {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.roll-gygg-wrap .gygg-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.index_box .box .info-grid {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    margin: 15px 0 0 0;
}

.index_box .box .info-grid .info-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    /*margin-right: 10px;*/
}

.index_box .box .info-grid .info-item:nth-child(n+5) {
    margin-top: 20px;
}

.index_box .box .info-grid .info-item img {
    width: 45px;
    height: 45px;
}

.index_box .box .info-grid .info-item span {
    color: #333333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 70px;*/
    margin: 4px auto 0 auto;
}


.index_box .img-news-item {
    width: 224px;
    background-color: white;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
    border-radius: 8px;
}

.index_box .img-news-item:nth-child(-n+5) {
    margin-top: 0;
}

.index_box .img-news-item:nth-child(5n) {
    margin-right: 0;
}

.index_box .img-news-item img {
    width: 100%;
    height: 130px;
}

.index_box .img-news-item span {
    width: 100%;
    padding: 8px 15px 0 15px;
    line-height: 1.8;
    /*max-lines: 2;*/
    color: #333333;
    font-size: 14px;
    margin-bottom: 8px;
}

/*左图右文公共样式start*/

.content-list {
    background: #fff;
}

.content-list li {
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #eee;
    padding: 20px;
    cursor: pointer;
}

.content-list .cover-img {
    width: 234px;
    height: 132px;
    border-radius: 4px;
    /*object-fit: cover;*/
    position: relative;
}

.content-list .cover-img:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 234px;
    height: 132px;
    background-image: url(../img/pic/special_placeholder.png);
    background-size: 100%;
    background-color: #fff;
}

.content-list .content {
    margin-left: 20px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    flex: 1;
}

.content-list .content .title {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-list .content .introduction {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    white-space: pre-wrap;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-list .content .create {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    /*align-items: end;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.content-list .content .create span {
    margin-right: 15px;
}
.content-list .content .create .channel_icon{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}
/*左图右文公共样式end*/

.with-placeholder {
    position: relative;
}
.with-placeholder:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pic/special_placeholder.png);
    background-size: cover;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
body{
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}
/*网页黑白*/
.gray-theme{
    FILTER: gray;
    -webkit-filter: grayscale(100%);
}

.selectable-tab {
    width: 100%;
}
.selectable-tab .hd {
    line-height: 26px;
    /*position: absolute;*/
    right: 0;
}
.selectable-tab .hd ul{
    float: right;
    position: relative;
    margin-top: 5px;
}
.selectable-tab .hd ul li{
    float: left;
    color: #333333;
    line-height: 27px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 20px;
}
.selectable-tab .hd ul li.on{
    color: #c20001;
}

.index-xianqu-topnews {
    width: 380px;
    height: 264px;
    position: relative;
    cursor: pointer;
}
.index-xianqu-topnews img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.index-xianqu-topnews .title-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-indent: 5px;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

